|
|
|
|
SmoothScroll Property, SftTree Class |
Defines whether smooth scrolling is used.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SmoothScroll As Boolean |
C# |
public bool SmoothScroll { get; set; } |
C++ |
public: property bool SmoothScroll { |
Property Value
True if smooth scrolling is used, otherwise False.
The default value is True.
Comments
The SmoothScroll property defines whether smooth scrolling is used.
If enabled, instead of scrolling by an entire item at a time, the items are scolled up/down pixel by pixel. Smooth scrolling is only used when items are scrolled vertically by a few positions.
If OptimizedRendering is set to False, this property has no effect and smooth scrolling is not used.